Blazor コントロール
SortAsync<T>(IDataCollection<T>,SortDescription[]) メソッド

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > IDataCollectionEx クラス > SortAsync メソッド : SortAsync<T>(IDataCollection<T>,SortDescription[]) メソッド
The data collection.
The sort descriptions that determine how the data will be sort.
Sorts the data collection according to the specified sort descriptions.
シンタックス
'宣言
 
Public Overloads Shared Function SortAsync(Of T As Class)( _
   ByVal dataCollection As IDataCollection(Of T), _
   ByVal ParamArray sortDescriptions() As SortDescription _
) As System.Threading.Tasks.Task
public static System.Threading.Tasks.Task SortAsync<T>( 
   IDataCollection<T> dataCollection,
   params SortDescription[] sortDescriptions
)
where T: class

パラメータ

dataCollection
The data collection.
sortDescriptions
The sort descriptions that determine how the data will be sort.

型パラメータ

T
参照

IDataCollectionEx クラス
IDataCollectionEx メンバ
オーバーロード一覧